.select2-dropdown {
  background-color: white;
  border: 1px solid #E6E6E6;
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 0px;
  outline: 0;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #E6E6E6;
  border-radius: 0px;
  cursor: text;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #E6E6E6 1px;
  outline: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #E6E6E6;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #656c6f;
  color: white;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #E6E6E6;
  border-radius: 0px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);*/
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #E6E6E6;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}


.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #E6E6E6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);*/
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {

  border-right: 1px solid #E6E6E6;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #E6E6E6;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic .select2-selection--multiple {
  border: 1px solid #E6E6E6;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #E6E6E6;
}


.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #E6E6E6;

}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #E6E6E6;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #E6E6E6;

}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #E6E6E6;
}